gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl
authorOwen Taylor <otaylor@gtk.org>
Mon, 15 Jun 1998 21:27:17 +0000 (21:27 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 15 Jun 1998 21:27:17 +0000 (21:27 +0000)
commit48a9f44f3172d362eab8a0084865b42084cef383
tree3b700a14292130d483e58d7c9164ee23826f1269
parente144ff2bb588d9e0f2c6237aaa6b9d4c3ec04d6e
gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h gtk/Makefile.am gtk/makenums.pl

Mon Jun 15 16:29:45 1998  Owen Taylor  <otaylor@gtk.org>

* gdk/gdktypes.h gdk/gdkprivate.h gtk/gtk*.h
  gtk/Makefile.am gtk/makenums.pl

Removed out the G_ENUM/FLAGS mechanism in favor
of a perl script that parses the standard headers
(with occasional /*< nick=foo >*/ style overrides)
and extracts the enumerations.

  gtk/maketypes.awk: Small improvments to the
  translation of names. (Avoid splitting gc into
  g_c_.)

Mon Jun 15 16:25:44 1998  Owen Taylor  <otaylor@gtk.org>

* gtk/Makefile.am gtk/gtk.h gtk/gtkfontsel.[ch] gtk/testgtk.c:
Damon Chaplin's <DAChaplin@email.msn.com> Font selection widget,
        and a simple example for testgtk.

Mon Jun 15 15:58:34 1998  Owen Taylor  <otaylor@gtk.org>

* gtk/gtkentry.c:
- Restored gtk_entry_adjust_scroll to static
- Changed text positioning code so that we always
  display as large a portion of the text as possible.

Mon Jun 15 15:42:12 1998  Owen Taylor  <otaylor@gtk.org>

* gtk/gtktext.c (gtk_text_finalize): Free internal
structures of text widget. Also, unreference pixmaps
when unrealizing.

Sat Jun 13 19:14:39 1998  Owen Taylor  <otaylor@gtk.org>

* gdk/gdkinputcommon.h (gdk_input_device_new): Change
3.3.1 bug workaround to number keys starting at 1.

Sat Jun 13 11:56:57 1998  Owen Taylor  <otaylor@gtk.org>

* docs/gtk_tut.sgml: Fixed urls for complete example
source for scribble+widget-writing examples.
35 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
docs/gtk_tut.sgml
docs/tutorial/gtk_tut.sgml
gdk/gdkcolor.c
gdk/gdkinputcommon.h
gdk/gdkprivate.h
gdk/gdktypes.h
gdk/x11/gdkcolor-x11.c
gdk/x11/gdkinput-x11.c
gtk/Makefile.am
gtk/gtk.defs
gtk/gtk.h
gtk/gtkdebug.h
gtk/gtkentry.c
gtk/gtkenums.h
gtk/gtkobject.h
gtk/gtkpacker.h
gtk/gtkprivate.h
gtk/gtktext.c
gtk/gtktoolbar.h
gtk/gtktypebuiltins.h
gtk/gtktypebuiltins_evals.c
gtk/gtktypebuiltins_ids.c
gtk/gtktypebuiltins_vars.c
gtk/gtktypeutils.h
gtk/gtkwidget.h
gtk/maketypes.awk
gtk/testgtk.c
tests/testgtk.c